home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / frame_4 / PlaceObject2_608_565 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2008-03-17  |  325b  |  17 lines

  1. onClipEvent(load){
  2.    stop();
  3.    onRelease = function()
  4.    {
  5.       if(_currentframe == _totalframes)
  6.       {
  7.          gotoAndStop(1);
  8.       }
  9.       else
  10.       {
  11.          nextFrame();
  12.       }
  13.       _parent.sound_MC.enable = _currentframe == 1;
  14.    };
  15.    gotoAndStop(_parent.sound_MC.enable != false ? 1 : 2);
  16. }
  17.